home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / pchmnu30.zip / MENU.DOC < prev    next >
Text File  |  1993-04-06  |  9KB  |  202 lines

  1.  
  2.   ┌──────────────────────────────────────────────────────────────────────────┐
  3.   │                             QUICK HELP                                   │
  4.   │                                                                          │
  5.   │ F1    Help                                                               │
  6.   │                                                                          │
  7.   │   Use  PgUp, PgDn to page through the help.                              │
  8.   │                                                                          │
  9.   │                                                                          │
  10.   │ CTRL keys                                                                │
  11.   │   The ctrl key with the letter of the menu option gives help on that     │
  12.   │   item if there is a .DOC file with the same name as the command.        │
  13.   │                                                                          │
  14.   │ F2    Edit menu                                                          │
  15.   │                                                                          │
  16.   │   Program title    Enter the name to be displayed for the program.       │
  17.   │                    If you enter nothing else a subdisidiary menu will    │
  18.   │                    be created with that as its default heading.          │
  19.   │                                                                          │
  20.   │   Directory        Enter the name of the directory the program is to     │
  21.   │                    run from.                                             │
  22.   │                                                                          │
  23.   │   Command          The name of the program to run or command to execute. │
  24.   │                    Parameters can be passed with the name.               │
  25.   │                                                                          │
  26.   │                    If you wish to enter a multiple line entry, you can   │
  27.   │                    simply use ctrl-Enter to split each line.             │
  28.   │                                                                          │
  29.   │   Options          P for password, A for command line arguments,         │
  30.   │                    W for wait for a key.                                 │
  31.   │                                                                          │
  32.   │ ESC   Return to previous menu level.                                     │
  33.   │                                                                          │
  34.   │ F10   Exit to DOS                                                        │
  35.   │                                                                          │
  36.   │ This menu program was written by Tony Jones from PC Help and may be      │
  37.   │ distributed in full and used unmodified without charge.                  │
  38.   │                                                                          │
  39.   │ Disclaimer:                                                              │
  40.   │ This program is provided without warranty and users assume any           │
  41.   │ responsibility for its use.                                              │
  42.   │                                                                          │
  43.   │ PC Help                                      Copyright 1991/1993 PC Help │
  44.   └──────────────────────────────────────────────────────────────────────────┘
  45.  
  46.  
  47. ────────────────────────────────────────────────────────────────────────────────
  48.  PCHMENU version 3.0                                          M O R E   H E L P
  49. ────────────────────────────────────────────────────────────────────────────────
  50.  
  51. COPYRIGHT
  52. ~~~~~~~~~
  53. Freeware.  Copyright reserved PC Help.  1991-1993
  54.  
  55. This program may be copied, given away and used free by anyone in an umodified
  56. form provided it is accompanied by this file.  It may be distributed by
  57. commercial users provide any charge made for such distribution is fair in
  58. relation to the costs involved.  For modified versions see PROMOTIONAL USE
  59. below.
  60.  
  61. DEDICATION
  62. ~~~~~~~~~~
  63. This program is dedicated to good programmers everywhere who take pride in their
  64. craft and to whom small, fast executing, elegant programs are a delight.
  65.  
  66. SUMMARY
  67. ~~~~~~~
  68. This program works by creating for the user small DOS batch files which it runs.
  69. Little knowledge of DOS is required.
  70.  
  71. It takes no memory while the called program is executing so does not collide
  72. with other programs.  All screen updating is done by user friendly BIOS calls.
  73.  
  74. Designed to be easy to use and fast to run.  It works with a mouse.  Password
  75. option prevents access to DOS or changes.  Document files can be viewed from
  76. menu.  Pick list to assist setting up.
  77.  
  78. INSTALLATION
  79. ~~~~~~~~~~~~
  80. ■ Make the directory  MD \MENU
  81.  
  82. ■ Add the directory to the path
  83.  
  84. ■ Copy the files into \MENU
  85.  
  86. ■ Choose the screen option:
  87.  
  88.     If you have a VGA screen and want
  89.     graphics mode use VGAMENU.BAT;
  90.  
  91.     Otherwise use MENU.BAT.
  92.  
  93. ■ Add VGAMENU or MENU to the AUTOEXEC.BAT file
  94.  
  95. PASSWORD
  96. ~~~~~~~~
  97.  
  98. To use the password option run the program PASSWORD from \MENU.
  99.  
  100. If this option is used users will not be able to exit the menu or modify it
  101. without entering the password.
  102.  
  103. Individual items may be protected but the general restriction on exiting still
  104. applies.
  105.  
  106. The password can be changed by running the password program again.  To remove
  107. the password use the Enter Key for the blank default password.
  108.  
  109. SETTING UP
  110. ~~~~~~~~~~
  111. ■ Making a new menu
  112.     The F2 key gives access to setup or to change the menu.
  113.         F10 saves and exits.
  114.     The main title can be overwritten as appropriate.
  115.  
  116. ■ Sub menus
  117.     To create a sub menu use the program title field.  If the only entry on the
  118.     line is a title this automatically makes a sub menu of the same name. Sub
  119.     menus may be nested up to 7 levels deep and can be password protected.
  120.  
  121. ■ Menu items
  122.  
  123.     Program Title
  124.       Enter the title you choose to use for the program.
  125.  
  126.     Directory
  127.       Enter the directory where the executable program or batch file is located.
  128.  
  129.       If you don't know where it is the F6 key can be used to give you a pick
  130.       list of directories or click on the mouse.  Use the Up, Down, PgUp, PgDn
  131.       and Enter keys or mouse to select.
  132.  
  133.     Command
  134.       Enter the EXE, COM or BAT file to be executed.  Selection is available
  135.       similarly to the Directory entries.  Parameters can be passed with the
  136.       name.
  137.  
  138.       If you wish to enter 2 or more entries in the space available
  139.       you can simply use ctrl-Enter to split each line.
  140.  
  141.       Options
  142.         There are 3 options  - Aa, Ww, Pp (Not case sensitive)
  143.  
  144.         A,a ASK
  145.           This allows the user to enter parameters when the menu item is chosen.
  146.  
  147.         W,w WAIT
  148.           When the chosen item has finished running the user will be prompted to
  149.           press a key to continue. Useful when you wish to read a screen on
  150.           completion.
  151.  
  152.         P,p PASSWORD
  153.           Request password for this item.  No password will be requested unless
  154.           one has been previously setup as discussed earlier.
  155.  
  156. ATTACHING DOC FILES TO MENU
  157. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158. This can be done automatically.  The documentation file should have the
  159. extension 'DOC' and the first part should match the name of the program or batch
  160. file listed under COMMAND.
  161.  
  162. To access the doc from the menu use the control key along with the letter of the
  163. item to which it is attached.  Otherwise you can use the right mouse button.
  164.  
  165. Doc files up to about 450K can be accessed this way.  If the Doc file is too
  166. large it will load as much of it as it can.
  167.  
  168. CREDITS
  169. ~~~~~~~
  170. This program come to you courtesy of PC Help in Petone, New Zealand.  The
  171. program was written by Tony Jones.  Kevin O'Brien assisted with the design and
  172. documentation.
  173.  
  174. ENQUIRIES
  175. ~~~~~~~~~
  176. PC Help
  177. 157 Jackson Street
  178. Petone
  179. New Zealand
  180. Phone / fax (04) 568 6885
  181.  
  182. Email
  183. Kevin O'Brien
  184. Compuserve  100032,573
  185. Internet    kevin.o'brien@stargate.actrix.gen.nz 
  186.  
  187. PROMOTIONAL USE
  188. ~~~~~~~~~~~~~~~
  189.  
  190. The program had its origins in our need for a menu which we could freely use
  191. without breach of copyright in our shop.  It has proved very sucessful.
  192.  
  193. Others may find it useful for promotion, bundling or for in-house use.  We can
  194. customise the bottom line for $US 100 or equivalent.   This includes the right
  195. to freely distribute or use as many copies of the customised version as you
  196. desire. Future upgrades would be at nominal cost. All major credit cards
  197. accepted.
  198.  
  199.  
  200.         Enjoy.....
  201.  
  202.